home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / IVM.ZIP / A.BAT next >
DOS Batch File  |  1992-12-25  |  90b  |  7 lines

  1. @echo off
  2. c:\tasm\tasm /m test
  3. c:\tasm\tlink /t test
  4. erase test.obj
  5. erase test.map
  6.  
  7.